home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TPROFILESETUPFORM / TPROFILESETUPFORM.txt
Encoding:
Text File  |  1999-05-28  |  5.0 KB  |  239 lines

  1. object ProfileSetupForm: TProfileSetupForm
  2.   Left = 412
  3.   Top = 220
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'TeleMagic Internet Mail Mailbox'
  7.   ClientHeight = 242
  8.   ClientWidth = 340
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pcProfile: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 340
  23.     Height = 206
  24.     ActivePage = tsTMLocation
  25.     Align = alTop
  26.     TabOrder = 0
  27.     OnChange = pcProfileChange
  28.     OnChanging = pcProfileChanging
  29.     object tsFileLocation: TTabSheet
  30.       Caption = 'Location'
  31.       object Label6: TLabel
  32.         Left = 6
  33.         Top = 44
  34.         Width = 171
  35.         Height = 13
  36.         Caption = 'Enter the location to store your mail: '
  37.       end
  38.       object edtMailLocation: TEdit
  39.         Left = 4
  40.         Top = 60
  41.         Width = 272
  42.         Height = 21
  43.         TabOrder = 0
  44.         OnChange = edtMailLocationChange
  45.       end
  46.       object ModifyButton: TButton
  47.         Left = 278
  48.         Top = 61
  49.         Width = 51
  50.         Height = 19
  51.         Caption = '&Modify'
  52.         TabOrder = 1
  53.         OnClick = ModifyButtonClick
  54.       end
  55.     end
  56.     object tsMailbox: TTabSheet
  57.       Caption = 'Login'
  58.       object Bevel1: TBevel
  59.         Left = 4
  60.         Top = 68
  61.         Width = 324
  62.         Height = 2
  63.       end
  64.       object Label7: TLabel
  65.         Left = 46
  66.         Top = 44
  67.         Width = 72
  68.         Height = 13
  69.         Caption = 'I am known as:'
  70.       end
  71.       object Label9: TLabel
  72.         Left = 40
  73.         Top = 102
  74.         Width = 78
  75.         Height = 13
  76.         Caption = 'Verify Password:'
  77.       end
  78.       object Label10: TLabel
  79.         Left = 69
  80.         Top = 79
  81.         Width = 49
  82.         Height = 13
  83.         Caption = 'Password:'
  84.       end
  85.       object edtName: TEdit
  86.         Left = 122
  87.         Top = 41
  88.         Width = 199
  89.         Height = 21
  90.         TabOrder = 0
  91.       end
  92.       object edtMailboxPassword: TEdit
  93.         Left = 122
  94.         Top = 76
  95.         Width = 121
  96.         Height = 21
  97.         CharCase = ecUpperCase
  98.         PasswordChar = '*'
  99.         TabOrder = 1
  100.       end
  101.       object edtMailboxVerifyPassword: TEdit
  102.         Left = 122
  103.         Top = 100
  104.         Width = 121
  105.         Height = 21
  106.         CharCase = ecUpperCase
  107.         PasswordChar = '*'
  108.         TabOrder = 2
  109.       end
  110.     end
  111.     object tsTMLocation: TTabSheet
  112.       Caption = 'TeleMagic'
  113.       object Label1: TLabel
  114.         Left = 6
  115.         Top = 44
  116.         Width = 227
  117.         Height = 13
  118.         Caption = 'Enter the location of your TeleMagic Installation:'
  119.       end
  120.       object Label2: TLabel
  121.         Left = 5
  122.         Top = 11
  123.         Width = 101
  124.         Height = 13
  125.         Caption = 'Log on to TeleMagic:'
  126.       end
  127.       object Label3: TLabel
  128.         Left = 46
  129.         Top = 113
  130.         Width = 36
  131.         Height = 13
  132.         Caption = 'UserID:'
  133.       end
  134.       object Label4: TLabel
  135.         Left = 33
  136.         Top = 136
  137.         Width = 49
  138.         Height = 13
  139.         Caption = 'Password:'
  140.       end
  141.       object Label5: TLabel
  142.         Left = 6
  143.         Top = 92
  144.         Width = 187
  145.         Height = 13
  146.         Caption = 'Enter your TeleMagic Login information:'
  147.       end
  148.       object edtTMLocation: TEdit
  149.         Left = 4
  150.         Top = 60
  151.         Width = 272
  152.         Height = 21
  153.         TabOrder = 0
  154.       end
  155.       object TMModifyButton: TButton
  156.         Left = 278
  157.         Top = 61
  158.         Width = 51
  159.         Height = 19
  160.         Caption = '&Modify'
  161.         TabOrder = 1
  162.       end
  163.       object edtUserID: TEdit
  164.         Left = 88
  165.         Top = 109
  166.         Width = 121
  167.         Height = 21
  168.         CharCase = ecUpperCase
  169.         TabOrder = 2
  170.       end
  171.       object edtPassword: TEdit
  172.         Left = 88
  173.         Top = 133
  174.         Width = 121
  175.         Height = 21
  176.         CharCase = ecUpperCase
  177.         PasswordChar = '*'
  178.         TabOrder = 3
  179.       end
  180.       object rbAlways: TRadioButton
  181.         Left = 108
  182.         Top = 10
  183.         Width = 55
  184.         Height = 17
  185.         Caption = 'Always'
  186.         Checked = True
  187.         TabOrder = 4
  188.         TabStop = True
  189.       end
  190.       object rbPrompt: TRadioButton
  191.         Left = 166
  192.         Top = 10
  193.         Width = 107
  194.         Height = 17
  195.         Caption = 'Prompt On Startup'
  196.         TabOrder = 5
  197.       end
  198.       object rbNever: TRadioButton
  199.         Left = 279
  200.         Top = 10
  201.         Width = 67
  202.         Height = 17
  203.         Caption = 'Never'
  204.         TabOrder = 6
  205.       end
  206.     end
  207.   end
  208.   object BackButton: TButton
  209.     Left = 104
  210.     Top = 212
  211.     Width = 75
  212.     Height = 25
  213.     Caption = '<< &Back'
  214.     Enabled = False
  215.     TabOrder = 1
  216.     OnClick = BackButtonClick
  217.   end
  218.   object NextButton: TButton
  219.     Left = 180
  220.     Top = 212
  221.     Width = 75
  222.     Height = 25
  223.     Caption = '&Next >>'
  224.     Default = True
  225.     TabOrder = 2
  226.     OnClick = NextButtonClick
  227.   end
  228.   object CancelButton: TButton
  229.     Left = 260
  230.     Top = 212
  231.     Width = 75
  232.     Height = 25
  233.     Cancel = True
  234.     Caption = '&Cancel'
  235.     ModalResult = 2
  236.     TabOrder = 3
  237.   end
  238. end
  239.